Skip to content

fix(metricsai): rename security_compliance_thumbs_down column to plural - #31

Merged
bhodges-navapbc merged 1 commit into
mainfrom
fix/metricsai-thumbs-downs-column
Jun 9, 2026
Merged

fix(metricsai): rename security_compliance_thumbs_down column to plural#31
bhodges-navapbc merged 1 commit into
mainfrom
fix/metricsai-thumbs-downs-column

Conversation

@bhodges-navapbc

Copy link
Copy Markdown
Collaborator

Summary

Renames the metric column security_compliance_thumbs_downsecurity_compliance_thumbs_downs everywhere it appears, fixing an inconsistency where the compliance family used the singular form while the security family used the plural (security_thumbs_downs). The Google Sheet header has already been updated to the plural form for consistency.

Changes

  • src/metricsai/modules/security.py — the emitted metric key
  • tests/test_security.py — the expected-columns set
  • README.md — the documented security_compliance_* column list

The internal Comment.thumbs_down dataclass field and (thumbs_up, thumbs_down) reaction naming are unchanged — they are not spreadsheet columns.

Testing

uv run pytest tests/test_security.py — 5 passed.

🤖 Generated with Claude Code

Align the compliance thumbs-down metric key with its security counterpart
(security_thumbs_downs) and the updated Google Sheet header. Updates the
emitted metric, the expected-columns test, and the README column list.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@bhodges-navapbc
bhodges-navapbc merged commit 68f875d into main Jun 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant